MetObjects

Data license: CC0 · Data source: metmuseum/openaccess

13 rows where Object Name = 5914

View and edit SQL

Suggested facets: Is Public Domain, Department, Culture, Artist Role, Artist Nationality, Artist End Date, Object Date, Object Begin Date, Object End Date, Medium, Dimensions, Credit Line, Classification

Link rowid ▼ Object Number Is Highlight Is Public Domain Object ID Department Object Name Title Culture Period Dynasty Reign Portfolio Artist Role Artist Prefix Artist Display Name Artist Display Bio Artist Suffix Artist Alpha Sort Artist Nationality Artist Begin Date Artist End Date Object Date Object Begin Date Object End Date Medium Dimensions Credit Line Geography Type City State County Country Region Subregion Locale Locus Excavation River Classification Rights and Reproduction Link Resource Repository
66629 1996.335.15a, b 0 0 79198 Costume Institute 8 Clogs 5914 Clogs American or European 48                           1970s 1970 1979 fur, wood, leather, rubber 15180   Gift of Clay H. Barr, 1996                           Metropolitan Museum of Art, New York, NY 1
66816 1997.41a, b 0 0 79401 Costume Institute 8 Clogs 5914 Clogs Italian 36         Design House 209   Gucci Italian, founded 1921   Gucci 5344 Italian 6 1921 2112 1970s 1970 1979 leather, wood, metal 15227   Gift of Gregory R. Reynolds, 1997                           Metropolitan Museum of Art, New York, NY 1
68855 1972.248.5a, b 0 0 81722 Islamic Art 9 Clogs 5914 Clogs                             19th century 1800 1899 wood, mother-of-pearl, metallic thread, metal 15736 Length: 9 in. (22.9 cm) Gift of Mrs. J. Wright Rumbough, 1972 Attributed to 20       Turkey 61             Accessory-Foot and Leg wear-Womenswear 252   Metropolitan Museum of Art, New York, NY 1
72364 C.I.51.40a, b 0 0 88861 Islamic Art 9 Clogs 5914 Clogs                             20th century 1900 1951 Wood, metal, leather 16661 Length: 9 in. (22.9 cm) Gift of Mary W. Irwin, 1951 Attributed to 20       Turkey 61             Accessory-Foot and Leg wear 271   Metropolitan Museum of Art, New York, NY 1
72366 C.I.51.79a, b 0 0 88864 Islamic Art 9 Clogs 5914 Clogs                             20th century 1900 1951 Wood, metal, metal wrapped thread 16663 Length: 9 1/4 in. (23.5 cm) Gift of Mrs. Henry Clapp Smith, 1951 Attributed to 20       Turkey 61             Accessory-Foot and Leg wear 271   Metropolitan Museum of Art, New York, NY 1
75108 1973.230.2a, b 0 0 96218 Costume Institute 8 Clogs 5914 Clogs Italian 36         Manufacturer 20   Famolare American, founded 1969   Famolare 6278 American 1 1969 9999 1973 1973 1973 wood, leather 17088   Gift of Joe Famolare, 1973                           Metropolitan Museum of Art, New York, NY 1
75125 1973.246a, b 0 0 96241 Costume Institute 8 Clogs 5914 Clogs Swedish 462         Manufacturer 20   OlofDaughters Swedish   OlofDaughters 6286 Swedish 31     1969 1969 1969 leather, wood, synthetic 17090   Gift of Ulla Olsenius-Brautigan of OlofDaughter's, 1973                           Metropolitan Museum of Art, New York, NY 1
75130 1973.252.2a, b 0 0 96246 Costume Institute 8 Clogs 5914 Clogs American 1                           1972 1972 1972 leather 15128   Gift of E. J. Miller, Super Shoe Biz, 1973                           Metropolitan Museum of Art, New York, NY 1
78721 1990.259a, b 0 0 104802 Costume Institute 8 Clogs 5914 Clogs British 6         Designer 5 Hand-painted by Michael Horn American   Horn Michael 6497 American 1     1972 1972 1972 wood, leather, metal 17577   GIft of Holly Dale Shapiro, 1990                           Metropolitan Museum of Art, New York, NY 1
81267 1980.586.29a, b 0 0 109683 Costume Institute 8 Clogs 5914 Clogs British 6         Designer 5   The Chelsea Cobbler     Chelsea Cobbler The 6014       ca. 1970 1965 1975 leather, wood 15432   Gift of Jane Holzer, 1980                           Metropolitan Museum of Art, New York, NY 1
81823 1980.257a, b 0 1 112638 Costume Institute 8 Clogs 5914 Clogs British 6                           1730–40 1730 1740 leather, silk, wool 17079   Purchase, Friends of The Costume Institute Gifts, 1980                           Metropolitan Museum of Art, New York, NY 1
83446 1985.375.20a, b 0 0 115758 Costume Institute 8 Clogs 5914 Clogs probably American 40                           ca. 1972 1967 1977 wood, leather, metal 17577   Gift of Barbara and Gregory Reynolds, 1985                           Metropolitan Museum of Art, New York, NY 1
83447 1985.375.48a, b 0 0 115760 Costume Institute 8 Clogs 5914 Clogs Italian 36         Design House 209   Salvatore Ferragamo Italian, founded 1929   Ferragamo Salvatore 5418 Italian 6 1929 9999 ca. 1971 1966 1976 wood, leather, metal 17577   Gift of Barbara and Gregory Reynolds, 1985                           Metropolitan Museum of Art, New York, NY 1

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE "MetObjects" (
"Object Number" TEXT,
  "Is Highlight" INTEGER,
  "Is Public Domain" INTEGER,
  "Object ID" INTEGER,
  "Department" INTEGER,
  "Object Name" INTEGER,
  "Title" TEXT,
  "Culture" INTEGER,
  "Period" REAL,
  "Dynasty" INTEGER,
  "Reign" INTEGER,
  "Portfolio" INTEGER,
  "Artist Role" INTEGER,
  "Artist Prefix" REAL,
  "Artist Display Name" TEXT,
  "Artist Display Bio" TEXT,
  "Artist Suffix" REAL,
  "Artist Alpha Sort" INTEGER,
  "Artist Nationality" INTEGER,
  "Artist Begin Date" TEXT,
  "Artist End Date" TEXT,
  "Object Date" TEXT,
  "Object Begin Date" INTEGER,
  "Object End Date" INTEGER,
  "Medium" INTEGER,
  "Dimensions" TEXT,
  "Credit Line" TEXT,
  "Geography Type" INTEGER,
  "City" INTEGER,
  "State" INTEGER,
  "County" INTEGER,
  "Country" INTEGER,
  "Region" INTEGER,
  "Subregion" INTEGER,
  "Locale" INTEGER,
  "Locus" INTEGER,
  "Excavation" INTEGER,
  "River" INTEGER,
  "Classification" INTEGER,
  "Rights and Reproduction" REAL,
  "Link Resource" TEXT,
  "Metadata Date" TEXT,
  "Repository" INTEGER
,
FOREIGN KEY ("Department") REFERENCES [Department](id),
    FOREIGN KEY ("Object Name") REFERENCES [Object Name](id),
    FOREIGN KEY ("Culture") REFERENCES [Culture](id),
    FOREIGN KEY ("Dynasty") REFERENCES [Dynasty](id),
    FOREIGN KEY ("Reign") REFERENCES [Reign](id),
    FOREIGN KEY ("Portfolio") REFERENCES [Portfolio](id),
    FOREIGN KEY ("Artist Role") REFERENCES [Artist Role](id),
    FOREIGN KEY ("Artist Alpha Sort") REFERENCES [Artist Alpha Sort](id),
    FOREIGN KEY ("Artist Nationality") REFERENCES [Artist Nationality](id),
    FOREIGN KEY ("Medium") REFERENCES [Medium](id),
    FOREIGN KEY ("Geography Type") REFERENCES [Geography Type](id),
    FOREIGN KEY ("City") REFERENCES [City](id),
    FOREIGN KEY ("State") REFERENCES [State](id),
    FOREIGN KEY ("County") REFERENCES [County](id),
    FOREIGN KEY ("Country") REFERENCES [Country](id),
    FOREIGN KEY ("Region") REFERENCES [Region](id),
    FOREIGN KEY ("Subregion") REFERENCES [Subregion](id),
    FOREIGN KEY ("Locale") REFERENCES [Locale](id),
    FOREIGN KEY ("Locus") REFERENCES [Locus](id),
    FOREIGN KEY ("Excavation") REFERENCES [Excavation](id),
    FOREIGN KEY ("River") REFERENCES [River](id),
    FOREIGN KEY ("Classification") REFERENCES [Classification](id),
    FOREIGN KEY ("Repository") REFERENCES [Repository](id));
CREATE INDEX ["MetObjects_Department"] ON [MetObjects]("Department");
CREATE INDEX ["MetObjects_Object Name"] ON [MetObjects]("Object Name");
CREATE INDEX ["MetObjects_Culture"] ON [MetObjects]("Culture");
CREATE INDEX ["MetObjects_Dynasty"] ON [MetObjects]("Dynasty");
CREATE INDEX ["MetObjects_Reign"] ON [MetObjects]("Reign");
CREATE INDEX ["MetObjects_Portfolio"] ON [MetObjects]("Portfolio");
CREATE INDEX ["MetObjects_Artist Role"] ON [MetObjects]("Artist Role");
CREATE INDEX ["MetObjects_Artist Alpha Sort"] ON [MetObjects]("Artist Alpha Sort");
CREATE INDEX ["MetObjects_Artist Nationality"] ON [MetObjects]("Artist Nationality");
CREATE INDEX ["MetObjects_Medium"] ON [MetObjects]("Medium");
CREATE INDEX ["MetObjects_Geography Type"] ON [MetObjects]("Geography Type");
CREATE INDEX ["MetObjects_City"] ON [MetObjects]("City");
CREATE INDEX ["MetObjects_State"] ON [MetObjects]("State");
CREATE INDEX ["MetObjects_County"] ON [MetObjects]("County");
CREATE INDEX ["MetObjects_Country"] ON [MetObjects]("Country");
CREATE INDEX ["MetObjects_Region"] ON [MetObjects]("Region");
CREATE INDEX ["MetObjects_Subregion"] ON [MetObjects]("Subregion");
CREATE INDEX ["MetObjects_Locale"] ON [MetObjects]("Locale");
CREATE INDEX ["MetObjects_Locus"] ON [MetObjects]("Locus");
CREATE INDEX ["MetObjects_Excavation"] ON [MetObjects]("Excavation");
CREATE INDEX ["MetObjects_River"] ON [MetObjects]("River");
CREATE INDEX ["MetObjects_Classification"] ON [MetObjects]("Classification");
CREATE INDEX ["MetObjects_Repository"] ON [MetObjects]("Repository");
CREATE INDEX metobjects_IsHighlight ON MetObjects("Is Highlight");
CREATE INDEX metobjects_IsPublicDomain ON MetObjects("Is Public Domain");
CREATE INDEX metobjects_Department ON MetObjects("Department");
CREATE INDEX metobjects_Culture ON MetObjects("Culture");
CREATE INDEX metobjects_Period ON MetObjects("Period");
CREATE INDEX metobjects_Dynasty ON MetObjects("Dynasty");
CREATE INDEX metobjects_Medium ON MetObjects("Medium");
CREATE INDEX metobjects_City ON MetObjects("City");
CREATE INDEX metobjects_State ON MetObjects("State");
CREATE INDEX metobjects_County ON MetObjects("County");
CREATE INDEX metobjects_Country ON MetObjects("Country");
CREATE INDEX metobjects_Region ON MetObjects("Region");
CREATE INDEX metobjects_Subregion ON MetObjects("Subregion");
CREATE INDEX metobjects_Locale ON MetObjects("Locale");
CREATE INDEX metobjects_Locus ON MetObjects("Locus");
CREATE INDEX metobjects_Excavation ON MetObjects("Excavation");
CREATE INDEX metobjects_River ON MetObjects("River");
Powered by Datasette · Query took 228.138ms · Data license: CC0 · Data source: metmuseum/openaccess